home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / athlete_.swf / scripts / frame_35 / DoAction.as
Text File  |  2008-11-12  |  93b  |  9 lines

  1. if(520 < pl1._y)
  2. {
  3.    gotoAndPlay(40);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.